Install Lawmen New Names optional files:

First you need metapeds.ymt file

Then search for the name of the entry inside

The name of the ped to replace with Deputy
S_M_M_AmbientlawRural_01 S_M_M_TumDeputies_01 A_M_M_ARMDEPUTYRESIDENT_01 A_M_M_ASBDEPUTYRESIDENT_01 A_M_M_STRDEPUTYRESIDENT_01 A_M_M_RHDDEPUTYRESIDENT_01 A_M_M_VALDEPUTYRESIDENT_01 S_M_M_VALDEPUTY_01

The name of the ped to replace with Police Officer
S_M_M_DispatchPolice_01 S_M_M_AmbientSDPolice_01 S_M_M_AmbientBlWPolice_01

The name of the ped to replace with Police Sergeant
S_M_M_DispatchLeaderPolice_01

The name of the ped to replace with Ranger
S_M_M_DispatchLawRural_01

The name of the ped to replace with Ranger Captain
S_M_M_DispatchLeaderRural_01

The name of the ped to replace with Deputy Marshal
S_M_M_MARSHALLSRURAL_01

The name of the ped to replace with Pinkerton Detective
S_M_M_PINLAW_01

Then change the <UndiscoveredName> and <DiscoverableName> in the entry

Typical example:

	before
      <DiscoverableName />
      <UndiscoveredName>0xD6A21463</UndiscoveredName>

	after	(Take Deputy as an example)
      <DiscoverableName>Law_Peds_Deputy</DiscoverableName>
      <UndiscoveredName>Law_Peds_Deputy</UndiscoveredName>

If you can't find these two lines only find some hashes
Then you should change the <UNK_MEMBER_0x72595C32> and <UNK_MEMBER_0xC06661DE>

<UNK_MEMBER_0x72595C32> = <DiscoverableName>
<UNK_MEMBER_0xC06661DE> = <UndiscoveredName>

Law_Peds_Deputy = Deputy
Law_Peds_Police = Police Officer
Law_Peds_Police_Leader = Police Sergeant
Law_Peds_Rural = Ranger
Law_Peds_Rural_Leader = Ranger Captain
Law_Peds_Marshal_Deputy = Deputy Marshal
0x70C2B6E6 = Pinkerton Detective

Then drop the files in the Lawmen New Names (optional) folder with the Lawmen Model Overhaul folder in the main file





Install Lawmen New Names optional files:

The peds models have already been added, but you need to modify your loot_table_passthrough.meta file. If you don't modify it, loot the added peds will not be able have anything

First, search for </LootTables>

Add the following below the Item key="player" (Item key="player" just as an example. if other mods modify the last entry, then add additional entries below it) entry:


	<Item key="S_M_M_AMBIENTLEADERPOLICE_01">
	  <Type>AggregateDrop</Type>
	  <Entries>
	    <Item>
		  <Name>DEPUTY_IMPROVEDGUNHOLDER_AVERAGE</Name>
		  <Rate value="1.0" />
		  <Type>Table</Type>
		</Item>
	  </Entries>
	</Item>
	
	<Item key="S_M_M_AMBIENTLEADERRURAL_01">
	  <Type>AggregateDrop</Type>
	  <Entries>
	    <Item>
		  <Name>DEPUTY_IMPROVEDGUNHOLDER_AVERAGE</Name>
		  <Rate value="1.0" />
		  <Type>Table</Type>
		</Item>
	  </Entries>
	</Item>
	
	<Item key="S_M_M_MARSHALLSLEADER_01">
	  <Type>AggregateDrop</Type>
	  <Entries>
	    <Item>
		  <Name>GUNHOLDER_RICH</Name>
		  <Rate value="1.0" />
		  <Type>Table</Type>
		</Item>
	  </Entries>
	</Item>


After adding these entries, you are done

Then drop the files in the Lawmen New Peds (optional) folder with the Lawmen Model Overhaul folder in the main file





Install Optionals File Merge optional files:

If you want both optional files, first place the files in the Optionals File Merge folder into the Lawmen Model Overhaul folder in the main file

Then, using the same tutorial above, modify metapeds.ymt and loot_table_passthrough.meta

That's all done.